home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter9 / Prediction / 1 add new stuff.nsm next >
Encoding:
Text File  |  2002-03-08  |  705 b   |  26 lines

  1. //
  2. // 
  3. //
  4. subtitleTextBox. setText ("")
  5. mainTextBox. setText ("")
  6. //
  7. // Record New Stuff Here
  8. //
  9. function2. setDataSource ( "SquareWaveFunction" )
  10. function2. setSamples ( 32 )
  11. function. setSamples ( 32 )
  12. function. setDataSource ( "SquareWaveFunction" )
  13. control. resetNetwork (  )
  14.  
  15. //
  16. // fill in text
  17. //
  18. TextBoxPath = macro. pathFromMacro("textbox.txt")
  19. NextMacroPath = macro. pathFromMacro ( "2 summary.nsm" )
  20. nextButton. setMacroPath ( NextMacroPath )
  21. CancelMacroPath= macro.pathFromMacro("..\minimize.nsm")
  22. cancelButton. setMacroPath ( CancelMacroPath)
  23. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, 0)
  24. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, 0)
  25.  
  26.